.ff
{
    font-family: 'iconfont' !important;
}
body
{
    font-family: 'Microsoft YaHei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;

    color: #333;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.fixed
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
body.searchactive
{
    position: fixed;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
ul
{
    margin: 0;
    padding: 0;
}
li,
ol,
ul
{
    list-style: none;
}
a
{
    color: inherit;
}
a:hover,
a:link,
a:visited
{
    text-decoration: none;

    color: inherit;
}
a[data-fancybox]
{
    outline: none;
}
a[data-fancybox] img
{
    outline: none !important;
}
input[type='number']
{
    -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}
button,
input,
textarea
{
    border: none;
    outline: none;
}
.slick-slide
{
    outline: none;
}
.slick-slide a
{
    outline: none !important;
}
@media (min-width: 1200px)
{
    .wow
    {
        visibility: hidden;
    }
}
.lazy
{
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img
{
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
            transform: translateZ(1px);
            transform: translate3d(0, 0, 1px);

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn
{
    margin-bottom: 0 !important;
}
.transform-0
{
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
}
.slick-disabled
{
    cursor: no-drop;

    opacity: .5;
}
@media (min-width: 1350px)
{
    .container
    {
        width: 1320px;
    }
}
@media (min-width: 1470px)
{
    .container
    {
        width: 1440px;
    }
}
@media (max-width: 767px)
{
    .col-xs-6:nth-child(2n + 1)
    {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n)
    {
        padding-left: 7.5px;
    }
}
.img-box
{
    position: relative;
    z-index: 1;

    display: block;
    overflow: hidden;

    height: 0;
    padding-bottom: 100%;
}
.img-box img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.fancybox-slide--iframe .fancybox-content
{
    width: 733px !important;
    max-width: 80%;
    height: 500px !important;
    max-height: 50%;
    margin: 0;
}
/*.fancybox-caption {
    border: none;
    text-align: center;
    font-size: 16px;
}*/
.scrollbar::-webkit-scrollbar
{
    position: absolute;
    z-index: 2;
    left: 0;

    width: 6px;
}
.scrollbar::-webkit-scrollbar-track
{
    background-color: #eee;
}
.scrollbar::-webkit-scrollbar-thumb
{
    background-color: #dcdcdc;
}
.table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.table-box table
{
    font-size: 16px;
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    color: #666;
}
@media (max-width: 767px)
{
    .table-box table
    {
        font-size: 14px;
    }
}
.table-box table tr,
.table-box table td,
.table-box table th
{
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th
{
    padding: 8px 30px !important;

    border: 1px solid #dcdcdc !important;
}
@media (max-width: 991px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 20px !important;
    }
}
@media (max-width: 767px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th *
    {
        font-size: 12px !important;
    }
}
@media (max-width: 575px)
{
    .table-box table td,
    .table-box table th
    {
        padding: 8px 8px !important;
    }
    .table-box table td,
    .table-box table th,
    .table-box table td *,
    .table-box table th *
    {
        font-size: 2.7vmin !important;
    }
}
.table-box table tr p,
.table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.table-box table th
{
    text-align: center;
}
.table-box table img
{
    max-width: 100%;
    height: auto !important;
}
.slick-arrow
{
    font-size: 24px;
    line-height: 40px;

    position: absolute;
    z-index: 8;
    top: 50%;
    left: -5%;

    width: 50px;
    height: 40px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    color: #fff;
    border: none;
    border-radius: 0;
    background: none;
    background-color: rgba(171, 171, 171, .65);
}
@media (max-width: 767px)
{
    .slick-arrow
    {
        left: -15px;
    }
}
.slick-arrow:before
{
    font-family: 'iconfont' !important;

    display: block;

    content: '\e758';
}
.slick-arrow.slick-next
{
    right: -5%;
    left: auto;
}
@media (max-width: 767px)
{
    .slick-arrow.slick-next
    {
        right: -15px;
    }
}
.slick-arrow.slick-next:before
{
    display: inline-block;

    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.slick-arrow:hover
{
    color: #fff;
    background-color: rgba(51, 51, 51, .65);
}
.slick-dots
{
    margin: 0 -3px;

    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 3px;

    vertical-align: top;

    border: 1px solid #f47505;
    border-radius: 50%;
}
.slick-dots li button
{
    display: none;
}
.slick-dots li.slick-active
{
    background-color: #f47505;
}
.header
{
    font-size: 0;

    position: fixed;
    z-index: 10;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 147px;

    -webkit-transition: all .4s;
            transition: all .4s;

    background-color: #f8f8f8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .header
    {
        height: 90px;
    }
    .header .container
    {
        padding-left: 0;
    }
}
.header .header-top
{
    font-size: 14px;

    position: relative;

    height: 37px;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: right;

    color: #fff;
    background-color: #f47505;
}
@media (max-width: 1199px)
{
    .header .header-top
    {
        height: 30px;
    }
}
.header .header-top p
{
    font-size: 16px;
    line-height: 37px;

    display: inline-block;

    margin: 0;
    margin-left: 50px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .header-top p
    {
        line-height: 30px;
    }
}
@media (max-width: 767px)
{
    .header .header-top p
    {
        font-size: 0;

        margin-left: 10px;
    }
}
.header .header-top p .icon
{
    font-size: 20px;

    display: inline-block;

    margin-right: 10px;

    vertical-align: middle;
}
.header .header-top p a:hover
{
    text-decoration: underline;
}
.header .logo
{
    display: inline-block;
    float: left;

    height: 147px;
    margin-top: -37px;

    -webkit-transition: all .4s;
            transition: all .4s;
}
@media (max-width: 1199px)
{
    .header .logo
    {
        height: 90px;
        margin-top: -30px;
    }
}
.header .logo img
{
    position: relative;
    z-index: 2;

    height: 100%;
}
.header .language
{
    display: inline-block;

    margin-left: 20px;

    vertical-align: middle;
}
.header .language a
{
    line-height: 110px;

    display: inline-block;

    -webkit-transition: all .4s;
            transition: all .4s;
    vertical-align: middle;

    color: #f47505;
}
@media (max-width: 1199px)
{
    .header .language a
    {
        line-height: 60px;
    }
}
.header .language a .icon
{
    font-size: 24px;

    display: block;
}
.header .language a:hover
{
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);

    color: #ef5520;
}
.header .nav-collapse
{
    position: relative;

    display: none;
    float: right;

    width: 20px;
    height: 40px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;

    background: none;
}
@media (max-width: 1199px)
{
    .header .nav-collapse
    {
        display: inline-block;
        float: right;

        margin-top: 10px;
    }
    .header .nav-collapse.nav-collapse-1
    {
        position: absolute;
        z-index: 9999;
        top: 10px;
        right: 20px;

        display: block;

        margin-top: 8px;

        border: none;
    }
    .header .nav-collapse.nav-collapse-1 .btn-line
    {
        background-color: #c07474 !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .header .nav-collapse.nav-collapse-xs:hover .btn-line
    {
        background-color: #000;
    }
}
.header .nav-collapse .btn-line
{
    position: absolute;
    left: 50%;

    width: 20px;
    height: 2px;

    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1)
{
    position: absolute;

    display: block;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .5s ease;
            transition: all .5s ease;

    background-color: #999;
}
.header .nav-collapse .btn-line:nth-child(1)
{
    top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2)
{
    top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3)
{
    top: 65%;
}
.header .nav-collapse.active
{
    border-color: transparent;
}
.header .nav-collapse.active .btn-line
{
    background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2)
{
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);

    opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3)
{
    top: 50%;
    left: 50%;

    -webkit-transform: translateX(-50%) rotateZ(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotateZ(-45deg);
}
.header .header-nav
{
    clear: both;

    text-align: right;
}
@media (min-width: 1200px)
{
    .header .nav
    {
        display: inline-block !important;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
    }
    .header .nav a:hover
    {
        color: #f47505;
    }
}
@media (max-width: 1199px)
{
    .header .nav
    {
        position: fixed;
        z-index: 9998;
        top: 0;
        left: 0;

        display: none;

        width: 100%;
        height: 100%;
        padding: 0 26px;

        -webkit-transition: left .3s;
                transition: left .3s;
        text-align: left;
        text-align: center;

        background-color: #fff;
    }
    .header .nav .tbl
    {
        display: table;

        width: 100%;
        height: 100%;
    }
    .header .nav .tbl-cell
    {
        display: table-cell;

        height: 100%;

        vertical-align: middle;
    }
}
@media (max-width: 767px)
{
    .header .nav
    {
        width: 100%;
        padding: 0 15px;
    }
}
.header .nav.left-100
{
    left: -100%;
}
.header .nav.left-200
{
    left: -200%;
}
@media (min-width: 1200px)
{
    .header .nav .nav-list1 > li
    {
        position: relative;

        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list1 > li > a
    {
        font-size: 18px;
        font-weight: bold;
        line-height: 110px;

        position: relative;

        display: inline-block;

        padding: 0 20px;

        -webkit-transition: all .4s;
                transition: all .4s;
        vertical-align: middle;
        white-space: nowrap;
        text-transform: capitalize;
    }
    .header .nav .nav-list1 > li:hover > a,
    .header .nav .nav-list1 > li.active > a
    {
        color: #f47505;
    }
    .header .nav .nav-list1 .nav-list2
    {
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0;

        display: none;

        min-width: 100%;
        margin-left: 0 !important;
        padding: 10px 0;

        text-align: center;
        text-align: left;
        word-break: break-word;

        color: #333;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list2 > li
    {
        position: relative;

        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list2 > li > a
    {
        font-size: 16px;
        line-height: 30px;

        display: block;

        padding: 0 24px;

        white-space: nowrap;
    }
    .header .nav .nav-list1 .nav-list2 > li > a:hover
    {
        text-decoration: underline;

        color: #f47505;
    }
    .header .nav .nav-list1 .nav-list3
    {
        position: absolute;
        z-index: 50;
        top: 0;
        left: 100%;

        display: none;

        width: 200px;
        padding: 10px 0;

        text-align: center;
        text-align: left;

        color: #333;
        background-color: rgba(255, 255, 255, .9);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    }
    .header .nav .nav-list1 .nav-list3 li
    {
        display: block;

        list-style: none;
    }
    .header .nav .nav-list1 .nav-list3 li a
    {
        font-size: 13px;
        line-height: 24px;

        display: block;

        padding: 0 10px;
    }
    .header .nav .nav-list1 .nav-list3 li a:hover
    {
        text-decoration: underline;

        color: #f47505;
    }
}
@media (min-width: 1200px) and (max-width: 1470px)
{
    .header .nav .nav-list1 > li > a
    {
        padding: 0 18px;
    }
}
@media (min-width: 1200px) and (max-width: 1350px)
{
    .header .nav .nav-list1 > li > a
    {
        font-size: 16px;

        padding: 0 14px;
    }
}
@media (max-width: 1199px)
{
    .header .nav .nav-list1
    {
        overflow: hidden;
        overflow-y: scroll;

        max-height: 100%;
        padding: 20px 0;

        vertical-align: top;

        opacity: 0;
    }
    .header .nav .nav-list1 > li
    {
        -webkit-transform: translateX(-25px);
            -ms-transform: translateX(-25px);
                transform: translateX(-25px);

        opacity: 0;
    }
    .header .nav .nav-list1 > a
    {
        font-size: 20px;

        color: #fff;
    }
}
.header .nav .nav-list2
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list2
    {
        display: block;
        overflow: hidden;

        margin: 0 -10px;
        padding: 10px 0;
    }
    .header .nav .nav-list2 > li
    {
        display: inline-block;

        vertical-align: top;
    }
    .header .nav .nav-list2 > li > a
    {
        font-size: 15px;
        line-height: 24px;

        padding: 0 10px;
    }
    .header .nav .nav-list2 > li > a:before
    {
        margin-right: 4px;

        content: '-';
    }
}
.header .nav .nav-list3
{
    display: none;
}
@media (max-width: 1199px)
{
    .header .nav .nav-list3 a
    {
        line-height: 30px;

        padding: 0 10px;
    }
    .header .nav .nav-list3 a:before
    {
        margin-right: 4px;

        content: '-';
    }
    .header .nav .nav-list3 .nav-list4 a
    {
        display: inline-block;

        padding: 0 4px;

        opacity: .6;
    }
    .header .nav .nav-list3 .nav-list4 a:before
    {
        content: '·';
    }
}
.header .fade-out ul
{
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
    .header .fade-out ul
    {
        padding: 0 5%;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul .pic
    {
        display: none !important;
    }
}
@media (max-width: 1199px)
{
    .header .fade-out ul.nav-list1
    {
        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li
    {
        position: relative;

        margin: 20px 0;
    }
    .header .fade-out ul.nav-list1 > li.act
    {
        -webkit-transition: all .4s;
                transition: all .4s;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);

        opacity: 1;
    }
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 20px;
        font-weight: bold;
        line-height: 2;

        display: block;

        text-transform: capitalize;
    }
    .header .fade-out ul.nav-list1 .nav-list2
    {
        margin: 0;
        padding-top: 0;
    }
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 16px;

        margin-right: 10px;
        padding: 0;

        text-transform: capitalize;

        color: #666;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li
    {
        margin: 0;
    }
}
@media (max-width: 1199px) and (max-width: 767px)
{
    .header .fade-out ul.nav-list1 > li > a
    {
        font-size: 18px;

        padding: 10px 0;
    }
}
@media (max-width: 1199px) and (max-width: 480px)
{
    .header .fade-out ul.nav-list1 .nav-list2 > li > a
    {
        font-size: 13px;
        line-height: 20px;
    }
}
.header .fade-out ul.nav2-list2 h4
{
    font-size: 20px;
    line-height: 50px;
}
.header .pc-search
{
    font-size: 16px;
    line-height: 38px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 240px;
    margin-left: 60px;
    padding: 0 50px 0 10px;

    vertical-align: middle;

    border: 1px solid #f47505;
    border-radius: 40px;
}
@media (max-width: 1199px)
{
    .header .pc-search
    {
        display: none;
    }
}
.header .pc-search input
{
    width: 100%;

    background: none;
}
.header .pc-search input::-webkit-input-placeholder,
.header .pc-search textarea::-webkit-input-placeholder
{
    color: #999;
}
.header .pc-search input:-o-placeholder,
.header .pc-search textarea:-o-placeholder
{
    color: #999;
}
.header .pc-search input::-moz-placeholder,
.header .pc-search textarea::-moz-placeholder
{
    color: #999;
}
.header .pc-search input:-ms-input-placeholder,
.header .pc-search textarea:-ms-input-placeholder
{
    color: #999;
}
.header .pc-search input:focus::-webkit-input-placeholder,
.header .pc-search textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-o-placeholder,
.header .pc-search textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-moz-placeholder,
.header .pc-search textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.header .pc-search input:focus::-ms-input-placeholder,
.header .pc-search textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.header .pc-search .submit
{
    line-height: 32px;

    position: absolute;
    top: 4px;
    right: 4px;

    width: 58px;
    height: 32px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    border-radius: 30px;
    background: none;
    background-color: #f47505;
}
.header .pc-search .submit:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    content: '\e651';
}
.header .pc-search .submit:hover
{
    background-color: #ef5520;
}
.header .find
{
    font-size: 24px;
    line-height: 60px;

    display: inline-block;
    float: right;

    width: 60px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #999;
}
.header .find:before
{
    font-family: 'iconfont';

    display: block;

    content: '\eafe';
}
.header .find:hover
{
    color: #ef5520;
}
.header .back-btn
{
    position: absolute;
    left: 15px;
}
.header .search-wrap
{
    font-size: 14px;

    position: absolute;
    z-index: 9;
    top: 100%;
    right: 14%;

    display: none;

    width: 300px;
    padding: 10px;

    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1700px)
{
    .header .search-wrap
    {
        right: 0;
    }
}
@media (max-width: 1199px)
{
    .header .search-wrap
    {
        top: 100%;
    }
}
.header .search-wrap .search-box
{
    position: relative;
}
.header .search-wrap input
{
    line-height: 24px;

    width: 100%;
    padding: 6px 10px;

    color: #666;
    border: 1px solid #dcdcdc;
}
.header .search-wrap .submit
{
    font-size: 20px;
    line-height: 38px;

    position: absolute;
    top: 0;
    right: 0;

    width: 44px;
    height: 38px;
    padding: 0;

    color: #fff;
    border-radius: 0;
    background-color: #f47505;
}
.header .search-wrap .submit:before
{
    font-family: 'iconfont' !important;

    content: '\e60e';
}
.fixed-header
{
    position: fixed;
    z-index: 9;
    top: 0;

    width: 100%;
    height: 110px;

    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px)
{
    .fixed-header
    {
        height: 90px;
    }
}
.fixed-header .header-top
{
    height: 30px;
}
.fixed-header .header-top p
{
    line-height: 30px;
}
.fixed-header .logo
{
    height: 110px;
    margin-top: -30px;
}
@media (max-width: 1199px)
{
    .fixed-header .logo
    {
        height: 90px;
    }
}
.fixed-header .nav .nav-list1 > li > a
{
    line-height: 80px;
}
.fixed-header .language a
{
    line-height: 80px;
}
@media (max-width: 1199px)
{
    .fixed-header .language a
    {
        line-height: 60px;
    }
}
.banner
{
    font-size: 0;

    position: relative;

    clear: both;
    overflow: hidden;

    width: 100%;
    padding-top: 147px;
}
@media (max-width: 1199px)
{
    .banner
    {
        padding-top: 90px;
    }
}
.banner .item
{
    position: relative;

    display: block;
    overflow: hidden;
}
.banner .item img
{
    display: block;

    width: 100%;
}
.banner .item a
{
    display: block;

    width: 100%;
}
@media (max-width: 767px)
{
    .banner .slickbanner
    {
        width: 130%;
        max-width: 130%;
        margin-left: -15%;
    }
}
.banner .slick-dots
{
    position: absolute;
    z-index: 3;
    bottom: 30px;

    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 10px;
    }
}
.banner .slick-dots li
{
    line-height: 40px;

    position: relative;

    display: inline-block;

    width: 14px;
    height: 14px;
    margin: 0 5px;

    cursor: pointer;
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-color: #fff;
    border-radius: 10px;
    background-color: #fff;
}
@media (max-width: 991px)
{
    .banner .slick-dots li
    {
        margin: 0 6px;
    }
}
.banner .slick-dots li.slick-active
{
    width: 36px;
}
.banner .slick-dots li button
{
    display: none;
}
.banner .slick-arrow
{
    top: auto;
    right: -webkit-calc(8% + 60px);
    right:         calc(8% + 60px);
    bottom: 5%;
    left: auto;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
@media (max-width: 767px)
{
    .banner .slick-arrow
    {
        font-size: 14px;
        line-height: 30px;

        right: -webkit-calc(12% + 40px);
        right:         calc(12% + 40px);

        width: 30px;
        height: 30px;
    }
}
.banner .slick-arrow.slick-next
{
    right: 8%;
}
@media (max-width: 767px)
{
    .banner .slick-arrow.slick-next
    {
        right: 12%;
    }
}
.banner .slick-product-banner
{
    position: absolute;
    z-index: 2;
    right: 10%;
    bottom: 0;

    width: 40%;
}
.banner .slick-product-banner .product-item .img-box
{
    padding-bottom: 75.30864198%;
}
.banner img
{
    display: block;

    width: 100%;
}
@media (max-width: 767px)
{
    .banner-in .item
    {
        width: 150%;
        margin-left: -25%;
    }
}
.banner-in .text-in
{
    position: absolute;
    top: 60%;

    overflow: hidden;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    color: #fff;
}
@media (max-width: 767px)
{
    .banner-in .text-in
    {
        top: 70%;
    }
}
.banner-in .text-in h2,
.banner-in .text-in h3
{
    font-weight: bold;
    line-height: 1;

    margin: 0;

    text-transform: uppercase;
}
.banner-in .text-in h2
{
    font-size: 110px;

    color: rgba(255, 255, 255, .28);
}
@media (max-width: 1470px)
{
    .banner-in .text-in h2
    {
        font-size: 80px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h2
    {
        font-size: 70px;
    }
}
@media (max-width: 767px)
{
    .banner-in .text-in h2
    {
        font-size: 40px;
    }
}
.banner-in .text-in h3
{
    font-size: 52px;
    font-weight: normal;

    position: relative;
    z-index: 2;

    margin-top: -40px;

    color: #fff;
}
@media (max-width: 1470px)
{
    .banner-in .text-in h3
    {
        font-size: 40px;
    }
}
@media (max-width: 1199px)
{
    .banner-in .text-in h3
    {
        font-size: 30px;

        margin-top: -20px;
    }
}
.banner-product .item .video-box
{
    padding-bottom: 21.875%;
}
@media (max-width: 767px)
{
    .banner-product .item .video-box
    {
        padding-bottom: 40%;
    }
}
.banner .banner-arrow
{
    position: absolute;
    z-index: 8;
    bottom: 40px;

    width: 100%;

    text-align: center;
}
@media (max-width: 1199px)
{
    .banner .banner-arrow
    {
        bottom: 0;
    }
}
.banner .banner-arrow a
{
    display: inline-block;
}
.banner .banner-arrow a:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    content: '\e770';

    color: #fff;
}
@-webkit-keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
@keyframes narrow
{
    0%
    {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);

        opacity: 1;
    }
    50%
    {
        -webkit-transform: scale(1);
                transform: scale(1);

        opacity: 1;
    }
}
.zoomIn1
{
    -webkit-animation-name: narrow;
            animation-name: narrow;
}
.online-wrap .btn
{
    line-height: 36px;

    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 55px;

    width: 40px;
    height: 40px;
    padding: 0;

    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    text-align: center;

    color: #fff;
    border: 1px solid #f47505;
    border-radius: 0;
    outline: none;
    background-color: #f47505;
}
@media (min-width: 992px)
{
    .online-wrap .btn
    {
        display: none;
    }
}
.online-wrap .btn:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;

    display: inline-block;

    content: '\e6d2';
    -webkit-transition: -webkit-transform .3s;
            transition: -webkit-transform .3s;
            transition:         transform .3s;
            transition:         transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before
{
    -webkit-transform: rotateZ(225deg);
        -ms-transform: rotate(225deg);
            transform: rotateZ(225deg);
}
.online-wrap .code-pic
{
    position: fixed;
    z-index: 101;
    right: 45px;
    bottom: 180px;

    display: none;

    max-width: 120px;
}
.online-wrap .code-pic .pic-box
{
    padding: 5px;

    background-color: #fff;
}
.online-wrap .code-pic img
{
    display: block;

    max-width: 100%;
}
.online-wrap .online
{
    position: fixed;
    z-index: 8;
    top: 50%;
    right: -50px;

    -webkit-transition: right .3s;
            transition: right .3s;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media (max-width: 1199px)
{
    .online-wrap .online
    {
        right: 0;
    }
}
.online-wrap .online.onlineshow
{
    right: 0;
}
@media (max-width: 991px)
{
    .online-wrap .online
    {
        top: auto;
        right: -60px;
        bottom: 100px;

        -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
                transform: translateY(0%);
    }
    .online-wrap .online.onlineshow
    {
        right: -60px;
    }
    .online-wrap .online.active
    {
        right: 0;
    }
}
.online-wrap .online a
{
    line-height: 50px;

    position: relative;

    display: block;

    width: 50px;
    height: 50px;
    margin: 4px 0;
    padding: 0;

    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    border-radius: 5px;
    background-color: rgba(0, 0, 0, .4);
}
.online-wrap .online a:last-child
{
    border-bottom: none;
}
.online-wrap .online a:before
{
    font-size: 24px;

    color: #fff;
}
@media (min-width: 992px)
{
    .online-wrap .online a:hover
    {
        background-color: #f47505;
    }
    .online-wrap .online a:hover:before
    {
        color: #fff;
    }
}
@media (max-width: 991px)
{
    .online-wrap .online a
    {
        line-height: 40px;

        width: 40px;
        height: 40px;
    }
    .online-wrap .online a:before
    {
        font-size: 20px;
    }
}
@media (min-width: 992px)
{
    .online-wrap .online .icon-phone:hover .phone-num,
    .online-wrap .online .icon-whatsapp:hover .phone-num
    {
        right: 100%;
    }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: -300px;

    padding-right: 5px;

    -webkit-transition: right .3s;
            transition: right .3s;
    white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p
{
    margin: 0;
    padding: 0 10px;

    color: #fff;
    background-color: #f47505;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px)
{
    .online-wrap .online .code:before
    {
        font-size: 22px;
    }
}
.online-wrap .online .code .mask
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;

    display: none;

    width: 130px;
    height: 130px;
    padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box
{
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.online-wrap .online .code .mask img
{
    display: block;

    width: 100%;
}
.online-wrap .online .code .mask p
{
    font-size: 13px;
    line-height: 16px;

    margin: 5px 0 8px 0;

    color: #888;
}
.online-wrap .online .sale
{
    width: 158px;
    margin-bottom: 30px;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale
    {
        width: 50px;
    }
}
.online-wrap .online .sale a
{
    width: 158px;
    height: 162px;

    background: none;
}
@media (max-width: 991px)
{
    .online-wrap .online .sale a
    {
        width: 50px;
        height: 50px;
    }
}
.online-wrap .online .sale img
{
    max-width: 100%;
}
@media (min-width: 992px)
{
    .online-wrap-in .online
    {
        right: 0;
    }
}
.online-wrap .icon-qq:before
{
    font-family: 'iconfont' !important;

    content: '\e62d';
}
.online-wrap .icon-weixin:before
{
    font-family: 'iconfont' !important;

    content: '\e604';
}
.online-wrap .icon-message:before
{
    font-family: 'iconfont' !important;

    content: '\e66e';
}
.online-wrap .icon-email:before
{
    font-family: 'iconfont' !important;

    content: '\e65b';
}
.online-wrap .icon-skype:before
{
    font-family: 'iconfont' !important;

    content: '\e616';
}
.online-wrap .icon-whatsapp:before
{
    font-family: 'iconfont' !important;

    content: '\e621';
}
.online-wrap .icon-phone:before
{
    font-family: 'iconfont' !important;

    content: '\e61c';
}
.online-wrap .icon-erweima:before
{
    font-family: 'iconfont' !important;

    content: '\e745';
}
.online-wrap .icon-facebook:before
{
    font-family: 'iconfont' !important;

    content: '\e61a';
}
.online-wrap .icon-instagram:before
{
    font-family: 'iconfont' !important;

    content: '\e666';
}
.online-wrap .icon-arrow-top:before
{
    font-family: 'iconfont' !important;

    content: '\e614';
}
.xs-online
{
    font-family: 'Times New Roman', Arial;

    position: fixed;
    z-index: 8;
    bottom: 0;
    left: 0;

    display: none;

    width: 100%;

    background-color: #f47505;
    box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px)
{
    .xs-online
    {
        display: block !important;
    }
}
.xs-online ul
{
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.xs-online ul li
{
    float: left;

    width: 20%;

    list-style: none;

    border-right: 1px solid #bb000f;
    border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li:first-child
{
    border-left: none;
}
.xs-online ul li:last-child
{
    border-right: none;
}
.xs-online ul li > a
{
    font-size: 10px;

    display: block;

    padding: 8px 0;

    text-transform: uppercase;

    color: inherit;
}
@media (max-width: 320px)
{
    .xs-online ul li > a
    {
        font-size: 8px;
    }
}
.xs-online ul li > a:before
{
    font-family: 'iconfont' !important;
    font-size: 18px;
    font-style: normal;
    line-height: 24px;

    display: block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li.product > a:before
{
    content: '\e7e9';
}
.xs-online ul li.mail > a:before
{
    content: '\e634';
}
.xs-online ul li.map > a:before
{
    content: '\e63e';
}
.xs-online ul li.feedback > a:before
{
    content: '\e826';
}
.xs-online ul li.top > a:before
{
    content: '\e60f';
}
.xs-online ul li.home > a:before
{
    content: '\e6c8';
}
.xs-online ul li.message > a:before
{
    content: '\e66b';
}
.xs-online ul li.tel > a:before
{
    content: '\e61c';
}
.xs-online ul li.whatsapp > a:before
{
    content: '\e751';
}
.xs-online ul li.contact > a:before
{
    content: '\e609';
}
.xs-online ul li.wechat > a:before
{
    content: '\e604';
}
.xs-online ul li .xs-online ul li.wechat > a
{
    position: relative;
}
.xs-online ul li .xs-online ul li.wechat > a img
{
    position: absolute;
    bottom: 57px;
    left: 0;

    display: none;

    width: 100%;
}
.xs-online ul li .xs-online ul li.wechat > a:hover img
{
    display: block;
}
.box
{
    overflow: hidden;

    padding: 80px 0;
}
@media (max-width: 991px)
{
    .box
    {
        padding: 50px 0;
    }
}
.title h2
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;

    position: relative;

    margin: 0;
    margin-top: -44px;

    color: #000;
}
@media (max-width: 1199px)
{
    .title h2
    {
        font-size: 30px;
    }
}
@media (max-width: 991px)
{
    .title h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .title h2
    {
        margin-top: -20px;
    }
}
.title h3
{
    font-size: 80px;
    font-weight: bold;
    line-height: 1;

    text-transform: uppercase;

    color: rgba(0, 0, 0, .07);
}
@media (max-width: 1199px)
{
    .title h3
    {
        font-size: 70px;
    }
}
@media (max-width: 991px)
{
    .title h3
    {
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .title h3
    {
        font-size: 30px;
    }
}
.indexcontent
{
    position: relative;
    z-index: 2;
}
.box-product
{
    font-size: 0;

    padding-top: 0;
}
.box-product .product-left,
.box-product .product-right
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-product .product-left
{
    width: 500px;
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 5%;

    color: #fff;
    background-color: #f47505;
}
@media (max-width: 1470px)
{
    .box-product .product-left
    {
        width: 400px;
        padding-top: 20px;
        padding-left: 3%;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-left
    {
        width: 300px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-left
    {
        width: 220px;
        padding-top: 0;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-left
    {
        width: 120px;
        padding-bottom: 20px;
        padding-left: 0;
    }
}
.box-product .product-left .title
{
    padding-left: 40px;
}
@media (max-width: 1199px)
{
    .box-product .product-left .title
    {
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-left .title
    {
        padding-left: 10px;
    }
}
.box-product .product-left .title h3
{
    color: rgba(255, 255, 255, .08);
}
.box-product .product-left .title h2
{
    color: #fff;
}
.box-product .product-left .product-nav
{
    margin-top: 20px;
}
.box-product .product-left .product-nav li
{
    margin-top: 14px;
}
@media (max-width: 1350px)
{
    .box-product .product-left .product-nav li
    {
        margin-top: 5px;
    }
}
.box-product .product-left .product-nav li a
{
    font-size: 20px;
    line-height: 30px;

    display: block;

    padding: 10px 40px;
}
@media (max-width: 1470px)
{
    .box-product .product-left .product-nav li a
    {
        font-size: 18px;
    }
}
@media (max-width: 1350px)
{
    .box-product .product-left .product-nav li a
    {
        line-height: 24px;

        padding: 10px 40px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-left .product-nav li a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-left .product-nav li a
    {
        font-size: 14px;

        padding: 6px 10px;
    }
}
.box-product .product-left .product-nav li.active
{
    background-color: #242424;
}
.box-product .product-left .arrow-wrap
{
    margin-top: 80px;
    padding-left: 40px;
}
@media (max-width: 1470px)
{
    .box-product .product-left .arrow-wrap
    {
        margin-top: 50px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-left .arrow-wrap
    {
        margin-top: 30px;
        padding-left: 20px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-left .arrow-wrap
    {
        margin-top: 10px;
        padding-left: 10px;
    }
}
.box-product .product-left .arrow-wrap .prev,
.box-product .product-left .arrow-wrap .next
{
    font-size: 20px;
    line-height: 40px;

    display: inline-block;

    width: 56px;
    height: 40px;

    cursor: pointer;
    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    background-color: rgba(153, 153, 153, .58);
}
@media (max-width: 767px)
{
    .box-product .product-left .arrow-wrap .prev,
    .box-product .product-left .arrow-wrap .next
    {
        font-size: 16px;
        line-height: 30px;

        width: 40px;
        height: 30px;
    }
}
.box-product .product-left .arrow-wrap .prev:before,
.box-product .product-left .arrow-wrap .next:before
{
    font-family: 'iconfont' !important;

    display: inline-block;

    content: '\e758';
}
.box-product .product-left .arrow-wrap .prev:hover,
.box-product .product-left .arrow-wrap .next:hover
{
    background-color: rgba(51, 51, 51, .58);
}
.box-product .product-left .arrow-wrap .next:before
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.box-product .product-right
{
    width: -webkit-calc(100% - 500px);
    width:         calc(100% - 500px);
    padding: 30px 50px 0 50px;
}
@media (max-width: 1470px)
{
    .box-product .product-right
    {
        width: -webkit-calc(100% - 400px);
        width:         calc(100% - 400px);
        padding: 10px 30px 0 30px;
    }
}
@media (max-width: 1199px)
{
    .box-product .product-right
    {
        width: -webkit-calc(100% - 300px);
        width:         calc(100% - 300px);
    }
}
@media (max-width: 991px)
{
    .box-product .product-right
    {
        width: -webkit-calc(100% - 220px);
        width:         calc(100% - 220px);
        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-right
    {
        width: -webkit-calc(100% - 120px);
        width:         calc(100% - 120px);
    }
}
.box-product .product-right .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 991px)
{
    .box-product .product-right .slick-slide
    {
        padding: 0 5px;
    }
}
.box-product .product-right .item
{
    position: relative;

    display: block;

    margin-top: 30px;

    border: 1px solid #a0a0a0;
    background-color: #000;
}
@media (max-width: 1199px)
{
    .box-product .product-right .item
    {
        background: none;
    }
}
@media (max-width: 991px)
{
    .box-product .product-right .item
    {
        margin-top: 10px;
    }
}
.box-product .product-right .item .img-box
{
    padding-bottom: 73.80952381%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.box-product .product-right .item .name
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #fff;
}
@media (max-width: 1199px)
{
    .box-product .product-right .item .name
    {
        position: relative;
        top: 0;

        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

        opacity: 1;
        color: #333;
    }
}
.box-product .product-right .item .name h3
{
    font-size: 22px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .box-product .product-right .item .name h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .box-product .product-right .item .name h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-right .item .name h3
    {
        font-size: 14px;
    }
}
.box-product .product-right .item .name .more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 20px;

    color: #fff;
    background-color: #f47505;
}
@media (max-width: 1199px)
{
    .box-product .product-right .item .name .more
    {
        font-size: 14px;
        line-height: 30px;

        margin: 8px 0;
        padding: 0 14px;
    }
}
@media (max-width: 767px)
{
    .box-product .product-right .item .name .more
    {
        font-size: 12px;
    }
}
@media (min-width: 1200px)
{
    .box-product .product-right .item:hover .img-box
    {
        opacity: .4;
    }
    .box-product .product-right .item:hover .name
    {
        -webkit-animation: zoomIn .5s 0s ease both;
                animation: zoomIn .5s 0s ease both;

        opacity: 1;
    }
}
.box-about
{
    font-size: 0;

    padding: 0;

    background-color: #f8f8f8;
}
@media (max-width: 991px)
{
    .box-about
    {
        padding: 30px 15px;
    }
}
.box-about .about,
.box-about .number,
.box-about .video
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.box-about .about
{
    width: -webkit-calc(100% - 760px);
    width:         calc(100% - 760px);
    padding: 30px 8%;
}
@media (max-width: 1470px)
{
    .box-about .about
    {
        padding: 20px 3%;
    }
}
@media (max-width: 1350px)
{
    .box-about .about
    {
        width: -webkit-calc(100% - 600px);
        width:         calc(100% - 600px);
    }
}
@media (max-width: 991px)
{
    .box-about .about
    {
        width: 100%;
        padding: 0 0 20px 0;
    }
}
.box-about .about .text
{
    margin-top: 20px;
}
.box-about .about .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .box-about .about .text p
    {
        font-size: 14px;
    }
}
.box-about .about .more
{
    margin-top: 60px;
}
@media (max-width: 1199px)
{
    .box-about .about .more
    {
        margin-top: 30px;
    }
}
.box-about .about .more a
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    padding: 0 20px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #333;
}
@media (max-width: 767px)
{
    .box-about .about .more a
    {
        font-size: 14px;
    }
}
.box-about .about .more a:hover
{
    background-color: #f47505;
}
.box-about .number
{
    width: 260px;
}
@media (max-width: 1350px)
{
    .box-about .number
    {
        width: 200px;
    }
}
@media (max-width: 991px)
{
    .box-about .number
    {
        width: 40%;
    }
}
@media (max-width: 767px)
{
    .box-about .number
    {
        font-size: 0;

        width: 100%;
    }
}
.box-about .video
{
    position: relative;

    width: 500px;

    background-color: #000;
}
@media (max-width: 1350px)
{
    .box-about .video
    {
        width: 400px;
    }
}
@media (max-width: 991px)
{
    .box-about .video
    {
        overflow: hidden;

        width: 60%;
    }
}
@media (max-width: 767px)
{
    .box-about .video
    {
        width: 100%;
        max-height: 300px;
    }
}
.box-about .video img
{
    opacity: .75;
}
@media (max-width: 767px)
{
    .box-about .video img
    {
        position: relative;
        top: 50%;

        width: 100%;

        -webkit-transform: translateY(-30%);
            -ms-transform: translateY(-30%);
                transform: translateY(-30%);
    }
}
.box-about .video .play
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    display: block;

    width: 108px;
    height: 108px;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    background: url(../images/play.png) no-repeat center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-about .video .play
    {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px)
{
    .box-about .video .play
    {
        width: 60px;
        height: 60px;
    }
}
.box-about .number .item,
.wrap-about .number .item
{
    margin: 36px 0;

    -webkit-transition: all .5s;
            transition: all .5s;
}
@media (max-width: 1350px)
{
    .box-about .number .item,
    .wrap-about .number .item
    {
        margin: 20px 0;
    }
}
@media (max-width: 767px)
{
    .box-about .number .item,
    .wrap-about .number .item
    {
        display: inline-block;

        width: 50%;

        vertical-align: top;
    }
}
.box-about .number .item h3,
.wrap-about .number .item h3
{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1350px)
{
    .box-about .number .item h3,
    .wrap-about .number .item h3
    {
        font-size: 50px;
    }
}
@media (max-width: 1199px)
{
    .box-about .number .item h3,
    .wrap-about .number .item h3
    {
        font-size: 40px;
    }
}
@media (max-width: 991px)
{
    .box-about .number .item h3,
    .wrap-about .number .item h3
    {
        font-size: 30px;
    }
}
.box-about .number .item h3 sup,
.wrap-about .number .item h3 sup
{
    font-size: 19px;
    font-weight: normal;
    line-height: 1;

    top: 10px;

    vertical-align: top;

    color: #666;
}
.box-about .number .item p,
.wrap-about .number .item p
{
    font-size: 16px;
    line-height: 30px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 6px 0 0 0;

    color: #666;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.box-about .number .item p .icon,
.wrap-about .number .item p .icon,
.box-about .number .item p span,
.wrap-about .number .item p span
{
    display: inline-block;
}
.box-about .number .item p .icon,
.wrap-about .number .item p .icon
{
    font-size: 30px;
    line-height: 1.2;

    margin-right: 6px;

    color: #f47505;
}
.box-about .number .item:hover,
.wrap-about .number .item:hover
{
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
}
.box-factory
{
    padding: 40px 0;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .box-factory
    {
        padding: 10px 0 30px;
    }
}
.box-factory .slick-factory
{
    margin: 0 -10px;
}
.box-factory .slick-factory .slick-slide
{
    padding: 0 10px;
}
.box-factory .item
{
    position: relative;

    display: block;
}
.box-factory .item:before
{
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;

    display: block;

    width: -webkit-calc(100% - 20px);
    width:         calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height:         calc(100% - 20px);

    content: '';
    -webkit-transition: all .5s;
            transition: all .5s;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);

    opacity: 0;
    border: 1px solid #fff;
}
.box-factory .item .img-box
{
    padding-bottom: 66.21621622%;
}
.box-factory .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.box-factory .item:hover
{
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.box-factory .item:hover:before
{
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
}
.box-factory .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.box-news .title
{
    padding: 80px 15px;

    text-align: center;

    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
@media (max-width: 991px)
{
    .box-news .title
    {
        padding: 40px 15px;
    }
}
.box-news .title h3
{
    color: rgba(255, 255, 255, .08);
}
.box-news .title h2
{
    color: #fff;
}
.box-news .title p
{
    font-size: 15px;
    line-height: 22px;

    max-width: 660px;
    margin: 0 auto;
    margin-top: 14px;

    color: #ededed;
}
@media (max-width: 991px)
{
    .box-news .title p
    {
        font-size: 14px;
    }
}
.box-news .news > ul
{
    font-size: 0;
}
.box-news .news > ul > li
{
    font-size: 14px;

    display: inline-block;
    float: none;

    vertical-align: top;
}
.box-news .news .item
{
    font-size: 0;

    margin: 30px 0;
}
@media (max-width: 767px)
{
    .box-news .news .item
    {
        margin: 14px 0;
    }
}
.box-news .news .item .date,
.box-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
.box-news .news .item .date
{
    width: 90px;
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    border: 1px solid #dfdfdf;
    background-color: #eee;
}
@media (max-width: 767px)
{
    .box-news .news .item .date
    {
        width: 70px;
    }
}
.box-news .news .item .date b
{
    font-size: 42px;
    line-height: 1;

    display: block;
}
@media (max-width: 991px)
{
    .box-news .news .item .date b
    {
        font-size: 30px;
    }
}
.box-news .news .item .date span
{
    font-size: 15px;

    display: block;

    color: #999;
}
@media (max-width: 991px)
{
    .box-news .news .item .date span
    {
        font-size: 13px;
    }
}
.box-news .news .item .note
{
    width: -webkit-calc(100% - 90px);
    width:         calc(100% - 90px);
    padding-left: 18px;
}
@media (max-width: 767px)
{
    .box-news .news .item .note
    {
        width: -webkit-calc(100% - 70px);
        width:         calc(100% - 70px);
    }
}
.box-news .news .item .note h3
{
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 60px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 991px)
{
    .box-news .news .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 767px)
{
    .box-news .news .item .note h3
    {
        font-size: 16px;
        line-height: 24px;

        max-height: 48px;
    }
}
.box-news .news .item .note h3 a
{
    display: block;
}
.box-news .news .item .note p
{
    font-size: 15px;
    line-height: 22px;

    display: -webkit-box;
    overflow: hidden;

    max-height: 66px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .box-news .news .item .note p
    {
        font-size: 14px;
    }
}
.box-news .news .item:hover .date
{
    color: #fff;
    background-color: #f47505;
}
.box-news .news .item:hover .date span
{
    color: #f2f2f2;
}
.box-advantage
{
    background: url(../images/advantage_bg.jpg) no-repeat center fixed;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .box-advantage
    {
        background: url(../images/advantage_bg.jpg) no-repeat center;
        background-size: cover;
    }
}
.box-advantage .title
{
    text-align: center;
}
.box-advantage .title img
{
    max-width: 100%;
}
.box-advantage .advantage
{
    max-width: 740px;
    margin: 0 auto;
    margin-top: 20px;

    text-align: center;

    color: #fff;
}
.box-advantage .advantage p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;
}
@media (max-width: 991px)
{
    .box-advantage .advantage p
    {
        font-size: 14px;
    }
}
.wrap
{
    overflow: hidden;

    padding: 60px 0;
}
@media (max-width: 991px)
{
    .wrap
    {
        padding: 40px 0;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li
{
    position: relative;

    margin-top: 2px;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li
    {
        display: inline-block;

        vertical-align: top;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li > a
{
    font-size: 20px;
    line-height: 26px;

    position: relative;

    display: block;

    padding: 17px 30px;

    -webkit-transition: background-color .2s;
            transition: background-color .2s;

    background-color: #eee;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a
    {
        font-size: 16px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li > a
    {
        font-size: 14px;
        line-height: 24px;

        padding: 4px 10px 4px 20px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 > li:hover > a
{
    color: #fff;
    background-color: #f47505;
}
.wrap-sidenav .sidenav ul.slevel-1 > li.more > a:after
{
    font-family: 'iconfont' !important;

    position: absolute;
    top: 50%;
    right: 20px;

    content: '\e602';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 > li.more > a:after
    {
        display: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 > li.more:hover > a
{
    color: #fff;
    background-color: #f47505;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2
{
    display: none;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2
    {
        display: none !important;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li
{
    margin-top: 2px;

    border: 1px solid #efefef;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li
    {
        display: inline-block;

        vertical-align: top;

        border-bottom: none;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li:last-child
{
    border-bottom: none;
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
{
    font-size: 16px;
    line-height: 24px;

    position: relative;

    display: block;

    padding: 10px 30px;

    color: #666;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
    {
        font-size: 15px;

        padding: 10px 20px;
    }
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li > a
    {
        font-size: 14px;
        line-height: 22px;

        padding-top: 5px;
        padding-bottom: 5px;
    }
}
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li.active > a,
.wrap-sidenav .sidenav ul.slevel-1 ul.slevel-2 > li:hover > a
{
    color: #f47505;
}
.wrap-sidenav .xs-product-nav
{
    margin-top: 10px;

    border-top: 1px solid #dcdcdc;
}
.wrap-sidenav .xs-product-nav > li
{
    display: inline-block;

    vertical-align: top;
}
.wrap-sidenav .xs-product-nav > li > a
{
    line-height: 24px;

    display: block;

    padding: 5px 10px;

    color: #666;
}
.wrap-sidenav .xs-product-nav > li.active > a
{
    color: #f47505;
}
.wrap-sidenav-in
{
    margin-top: 30px;
}
.wrap-sidenav-in .sidenav-in > ul
{
    font-size: 0;

    margin: 0 -10px;

    text-align: center;
}
@media (max-width: 767px)
{
    .wrap-sidenav-in .sidenav-in > ul
    {
        margin: 0 -5px;
    }
}
.wrap-sidenav-in .sidenav-in > ul > li
{
    font-size: 14px;

    display: inline-block;

    min-width: 20%;
    margin-top: 10px;
    padding: 0 10px;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-sidenav-in .sidenav-in > ul > li
    {
        min-width: 50%;
        padding: 0 5px;
    }
}
.wrap-sidenav-in .sidenav-in > ul > li > a
{
    font-size: 18px;
    line-height: 30px;

    display: block;

    padding: 15px 10px;

    -webkit-transition: all .2s;
            transition: all .2s;

    background-color: #f2f2f2;
}
@media (max-width: 1199px)
{
    .wrap-sidenav-in .sidenav-in > ul > li > a
    {
        font-size: 16px;

        padding: 10px;
    }
}
@media (max-width: 767px)
{
    .wrap-sidenav-in .sidenav-in > ul > li > a
    {
        line-height: 24px;
    }
}
.wrap-sidenav-in .sidenav-in > ul > li.active > a,
.wrap-sidenav-in .sidenav-in > ul > li:hover > a
{
    color: #fff;
    background-color: #f47505;
}
.wrap-about .about .text
{
    margin-top: 20px;
}
.wrap-about .about .text p
{
    font-size: 16px;
    line-height: 1.5;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-about .about .text p
    {
        font-size: 14px;
    }
}
.wrap-about .about .pic
{
    text-align: right;
}
@media (max-width: 767px)
{
    .wrap-about .about .pic
    {
        margin-top: 20px;
    }
}
.wrap-about .about .pic img
{
    max-width: 100%;
}
.wrap-about .number ul
{
    font-size: 0;
}
@media (min-width: 768px)
{
    .wrap-about .number ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .wrap-about .number ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.wrap-about .number ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .wrap-about .number ul > li
    {
        width: 50%;
    }
    .wrap-about .number ul > li .item
    {
        width: 100%;
    }
}
.wrap-environment
{
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #f8f8f8), color-stop(25%, #fff));
    background-image: -webkit-linear-gradient(#f8f8f8 75%, #fff 25%);
    background-image:         linear-gradient(#f8f8f8 75%, #fff 25%);
}
.wrap-environment .environment .item
{
    display: block;

    margin-top: 30px;
}
@media (max-width: 767px)
{
    .wrap-environment .environment .item
    {
        margin-top: 16px;
    }
}
.wrap-environment .environment .item .img-box
{
    padding-bottom: 63.33333333%;
}
.wrap-environment .environment .item .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-environment .environment .item:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
@media (max-width: 767px)
{
    .wrap-news .news
    {
        margin-top: -20px;
    }
}
.wrap-news .news .item
{
    font-size: 0;

    padding: 20px;

    -webkit-transition: all .2s;
            transition: all .2s;
}
@media (max-width: 767px)
{
    .wrap-news .news .item
    {
        margin-top: 20px;
        padding: 0;
    }
}
.wrap-news .news .item .pic,
.wrap-news .news .item .note
{
    font-size: 14px;

    display: inline-block;

    vertical-align: middle;
}
.wrap-news .news .item .pic
{
    width: 260px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic
    {
        width: 100%;
    }
}
.wrap-news .news .item .pic .img-box
{
    padding-bottom: 76.92307692%;
}
.wrap-news .news .item .pic .img-box img
{
    -webkit-transition: all 1s;
            transition: all 1s;
}
.wrap-news .news .item .pic .date
{
    line-height: 30px;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 10%;

    padding: 0 18px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    background-color: #222;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .pic .date
    {
        font-size: 12px;

        left: 10px;

        padding: 0 10px;
    }
}
.wrap-news .news .item .note
{
    font-size: 14px;

    width: -webkit-calc(100% - 260px);
    width:         calc(100% - 260px);
    padding-left: 30px;
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-news .news .item .note h3
{
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-transition: all .2s;
            transition: all .2s;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note h3
    {
        font-size: 16px;
        line-height: 24px;

        height: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note h3
    {
        display: -webkit-box;
        overflow: hidden;

        height: 48px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
.wrap-news .news .item .note .date
{
    line-height: 24px;

    display: block;

    margin-top: 6px;

    color: #f47505;
}
.wrap-news .news .item .note p
{
    font-size: 16px;
    line-height: 24px;

    display: -webkit-box;
    overflow: hidden;

    height: 72px;
    margin: 10px 0 0 0;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (max-width: 991px)
{
    .wrap-news .news .item .note p
    {
        font-size: 14px;
        line-height: 20px;

        display: -webkit-box;
        overflow: hidden;

        height: 40px;

        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width: 767px)
{
    .wrap-news .news .item .note p
    {
        margin-top: 5px;
    }
}
.wrap-news .news .item:hover
{
    background-color: #f0f0f0;
}
.wrap-news .news .item:hover .pic .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.wrap-details .title-details
{
    text-align: center;
}
.wrap-details .title-details h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    position: relative;
}
@media (max-width: 991px)
{
    .wrap-details .title-details h1
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-details .title-details h1
    {
        font-size: 20px;
    }
}
.wrap-details .title-details .date
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    margin-top: 20px;
    margin-left: 20px;

    color: #f47505;
}
.wrap-details .details .text
{
    margin-top: 30px;
}
.wrap-details .details .text p
{
    font-size: 16px;
    line-height: 1.75;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-details .details .text p
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.wrap-details .details .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-details .relate-details
{
    margin-top: 50px;
    padding-top: 10px;

    border-top: 1px solid #585858;
}
.wrap-details .relate-details a
{
    font-size: 16px;
    line-height: 30px;

    position: relative;

    display: block;
    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    padding-left: 16px;

    color: #666;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 767px)
{
    .wrap-details .relate-details a
    {
        font-size: 14px;
    }
}
.wrap-details .relate-details a:before
{
    font-family: 'iconfont' !important;
    line-height: 30px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e62b';

    opacity: 0;
    color: #f47505;
}
.wrap-details .relate-details a:hover:before
{
    opacity: 1;
}
.wrap-details .relate-details a:hover span
{
    text-decoration: underline;
}
.wrap-product .product
{
    margin-top: -30px;
}
@media (max-width: 991px)
{
    .wrap-product .product
    {
        margin: 0;
    }
}
.wrap-product .product .item
{
    position: relative;

    display: block;

    margin-top: 30px;

    border: 1px solid #e1e1e1;
    background-color: #000;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item
    {
        background: none;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item
    {
        margin-top: 10px;
    }
}
.wrap-product .product .item .img-box
{
    padding-bottom: 73.80952381%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product .product .item .name
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .name
    {
        display: none;
    }
}
.wrap-product .product .item .name h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .name h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .name h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .name h3
    {
        font-size: 14px;
    }
}
.wrap-product .product .item .name .more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 20px;

    color: #fff;
    background-color: #f47505;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .name .more
    {
        font-size: 14px;
        line-height: 30px;

        margin: 8px 0;
        padding: 0 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .name .more
    {
        font-size: 12px;
    }
}
.wrap-product .product .item .title-product
{
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    background-color: #fff;
}
.wrap-product .product .item .title-product h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product .product .item .title-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product .product .item .title-product h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product .product .item .title-product h3
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product .product .item:hover .img-box
    {
        opacity: .4;
    }
    .wrap-product .product .item:hover .name
    {
        -webkit-animation: zoomIn .5s 0s ease both;
                animation: zoomIn .5s 0s ease both;

        opacity: 1;
    }
    .wrap-product .product .item:hover .title-product
    {
        background-color: rgba(255, 255, 255, .4);
    }
    .wrap-product .product .item:hover .title-product h3
    {
        opacity: 0;
    }
}
.wrap-product-show .carousel-wrap
{
    overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel
{
    position: relative;

    float: left;

    width: 55%;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel
    {
        width: 100%;
        margin-top: 20px;
    }
}
.wrap-product-show .carousel-wrap .carousel .img-box
{
    padding-bottom: 73.80952381%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for
{
    font-size: 0;

    position: relative;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item
{
    position: relative;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play
{
    font-size: 80px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .carousel .slider-for .play
    {
        font-size: 50px;
    }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before
{
    font-family: 'iconfont' !important;

    content: '\e62c';
}
.wrap-product-show .carousel-wrap .slider-nav
{
    margin-top: 10px;
    padding: 0 30px;
}
@media (max-width: 767px)
{
    .wrap-product-show .carousel-wrap .slider-nav
    {
        margin-top: 10px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide
{
    padding: 0 5px;

    outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item
{
    position: relative;

    border: 1px solid #dcdcdc;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video
{
    position: relative;

    background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box
{
    opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;

    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    content: '\e624';
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);

    opacity: .7;
    color: #fff;
}
@media (max-width: 991px)
{
    .wrap-product-show .carousel-wrap .slider-nav .item-video:after
    {
        font-size: 30px;
    }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item
{
    border: 1px solid #f47505;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow
{
    font-size: 14px;
    line-height: 30px;

    left: 0;

    width: 20px;
    height: 30px;

    color: #f47505;
    border: 1px solid #e5e6e7;
    background: none;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover
{
    color: #fff;
    border-color: #f47505;
    background-color: #f47505;
}
.wrap-product-show .info-box
{
    position: relative;

    float: left;

    width: 45%;
    padding-left: 30px;
}
@media (max-width: 991px)
{
    .wrap-product-show .info-box
    {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}
.wrap-product-show .info-box .title-info h1
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    position: relative;

    display: block;
}
@media (max-width: 1470px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 24px;
    }
}
@media (max-width: 1199px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .title-info h1
    {
        font-size: 18px;
    }
}
.wrap-product-show .info-box .text
{
    margin-top: 20px;

    color: #666;
}
.wrap-product-show .info-box .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .info-box .share
{
    margin-top: 60px;
}
@media (max-width: 1350px)
{
    .wrap-product-show .info-box .share
    {
        margin-top: 20px;
    }
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .addthis_inline_share_toolbox
{
    display: inline-block;

    vertical-align: middle;
}
.wrap-product-show .info-box .share p
{
    font-size: 16px;

    margin: 0;

    color: #666;
}
.wrap-product-show .info-box .btn-inquiry
{
    margin-top: 30px;
}
.wrap-product-show .info-box .btn-inquiry a
{
    font-size: 16px;
    line-height: 50px;

    display: inline-block;

    padding: 0 35px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #fff;
    background-color: #f47505;
}
@media (max-width: 767px)
{
    .wrap-product-show .info-box .btn-inquiry a
    {
        font-size: 14px;
        line-height: 40px;

        padding: 0 28px;
    }
}
.wrap-product-show .info-box .btn-inquiry a:before
{
    font-family: 'iconfont' !important;
    font-size: 24px;

    display: inline-block;

    margin-right: 10px;

    content: '\e941';
    vertical-align: middle;
}
.wrap-product-show .info-box .btn-inquiry a:hover
{
    background-color: #ef5520;
}
.wrap-product-show .title-product-show h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;

    position: relative;

    margin: 0;
}
@media (max-width: 991px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .title-product-show h2
    {
        font-size: 20px;
    }
}
.wrap-product-show .title-product-show p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product
{
    padding-top: 50px;
}
@media (max-width: 991px)
{
    .wrap-product-show .parameter,
    .wrap-product-show .inquiry,
    .wrap-product-show .relate-product
    {
        padding-top: 50px;
    }
}
.wrap-product-show .parameter .title,
.wrap-product-show .inquiry .title,
.wrap-product-show .relate-product .title
{
    text-align: left;
}
.wrap-product-show .parameter .text
{
    margin-top: 20px;

    color: #666;
}
.wrap-product-show .parameter .text img
{
    max-width: 100%;
    height: auto !important;
}
.wrap-product-show .parameter .text p
{
    font-size: 16px;
    line-height: 1.625;

    margin: 0;

    color: #666;
}
@media (max-width: 767px)
{
    .wrap-product-show .parameter .text p
    {
        font-size: 14px;
    }
}
.wrap-product-show .parameter .table-box
{
    overflow: auto;

    width: 100%;
    max-width: 100%;
}
.wrap-product-show .parameter .table-box table
{
    line-height: 1.2;

    width: 100%;
    max-width: 100%;

    border-spacing: 0;
    border-collapse: collapse;

    text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    width: auto !important;
    height: auto !important;
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th
{
    font-weight: normal;

    padding: 10px !important;

    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px)
{
    .wrap-product-show .parameter .table-box table td,
    .wrap-product-show .parameter .table-box table th
    {
        padding: 8px !important;
    }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span
{
    margin: 0 !important;
    padding: 0 !important;

    background: none !important;
}
.wrap-product-show .parameter .table-box table th
{
    text-align: center;
}
.wrap-product-show .inquiry .row
{
    margin: 0 -10px;
}
.wrap-product-show .inquiry .row .itembox
{
    padding: 0 10px;
}
.wrap-product-show .inquiry form
{
    margin-top: 10px;
}
.wrap-product-show .inquiry form input,
.wrap-product-show .inquiry form textarea
{
    font-size: 16px;
    line-height: 30px;

    width: 100%;
    min-height: 50px;
    margin-top: 16px;
    padding: 10px 20px;

    resize: vertical;

    background-color: #f8f8f8;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form input,
    .wrap-product-show .inquiry form textarea
    {
        font-size: 14px;
    }
}
.wrap-product-show .inquiry form input::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea::-webkit-input-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form input:-o-placeholder,
.wrap-product-show .inquiry form textarea:-o-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form input::-moz-placeholder,
.wrap-product-show .inquiry form textarea::-moz-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form input:-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:-ms-input-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-o-placeholder,
.wrap-product-show .inquiry form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-moz-placeholder,
.wrap-product-show .inquiry form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-product-show .inquiry form span,
.wrap-product-show .inquiry form label
{
    line-height: 30px;

    display: inline-block;

    margin-top: 14px;

    vertical-align: middle;
}
@media (max-width: 767px)
{
    .wrap-product-show .inquiry form span,
    .wrap-product-show .inquiry form label
    {
        display: block;

        margin-top: 6px;
    }
}
.wrap-product-show .inquiry form .read input::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea::-webkit-input-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form .read input:-o-placeholder,
.wrap-product-show .inquiry form .read textarea:-o-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form .read input::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea::-moz-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form .read input:-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:-ms-input-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form .read input:focus::-webkit-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-webkit-input-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form .read input:focus::-o-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-o-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form .read input:focus::-moz-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-moz-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form .read input:focus::-ms-input-placeholder,
.wrap-product-show .inquiry form .read textarea:focus::-ms-input-placeholder
{
    color: #898989;
}
.wrap-product-show .inquiry form .submit
{
    font-size: 16px;
    line-height: 40px;

    margin-top: 20px;
    padding: 0 30px;

    -webkit-transition: all .2s;
            transition: all .2s;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #f47505;
}
.wrap-product-show .inquiry form .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;
    float: right;

    margin-left: 6px;

    content: '\e624';
    vertical-align: middle;
}
.wrap-product-show .inquiry form .submit:hover
{
    background-color: #ef5520;
}
.wrap-product-show .relate-product .slick-relate-product
{
    margin: 0 -15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product
    {
        margin: 0 -8px;
    }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide
{
    padding: 0 15px;
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .slick-relate-product .slick-slide
    {
        padding: 0 8px;
    }
}
.wrap-product-show .relate-product .item
{
    position: relative;

    display: block;

    margin-top: 30px;

    border: 1px solid #e1e1e1;
    background-color: #000;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item
    {
        background: none;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item
    {
        margin-top: 10px;
    }
}
.wrap-product-show .relate-product .item .img-box
{
    padding-bottom: 73.80952381%;

    -webkit-transition: all .2s;
            transition: all .2s;
}
.wrap-product-show .relate-product .item .name
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    width: 100%;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    opacity: 0;
    color: #fff;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item .name
    {
        display: none;
    }
}
.wrap-product-show .relate-product .item .name h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item .name h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item .name h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .name h3
    {
        font-size: 14px;
    }
}
.wrap-product-show .relate-product .item .name .more
{
    font-size: 16px;
    line-height: 40px;

    display: inline-block;

    margin-top: 20px;
    padding: 0 20px;

    color: #fff;
    background-color: #f47505;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item .name .more
    {
        font-size: 14px;
        line-height: 30px;

        margin: 8px 0;
        padding: 0 14px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .name .more
    {
        font-size: 12px;
    }
}
.wrap-product-show .relate-product .item .title-product
{
    padding: 10px;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    background-color: #fff;
}
.wrap-product-show .relate-product .item .title-product h3
{
    font-size: 20px;
    line-height: 30px;

    display: -webkit-box;
    overflow: hidden;

    height: 30px;
    margin: 0;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
@media (max-width: 1199px)
{
    .wrap-product-show .relate-product .item .title-product h3
    {
        font-size: 18px;
    }
}
@media (max-width: 991px)
{
    .wrap-product-show .relate-product .item .title-product h3
    {
        font-size: 16px;
    }
}
@media (max-width: 767px)
{
    .wrap-product-show .relate-product .item .title-product h3
    {
        font-size: 14px;
    }
}
@media (min-width: 1200px)
{
    .wrap-product-show .relate-product .item:hover .img-box
    {
        opacity: .4;
    }
    .wrap-product-show .relate-product .item:hover .name
    {
        -webkit-animation: zoomIn .5s 0s ease both;
                animation: zoomIn .5s 0s ease both;

        opacity: 1;
    }
    .wrap-product-show .relate-product .item:hover .title-product
    {
        background-color: rgba(255, 255, 255, .4);
    }
    .wrap-product-show .relate-product .item:hover .title-product h3
    {
        opacity: 0;
    }
}
.wrap-product-show .relate-product .slick-arrow
{
    font-size: 14px;
    line-height: 30px;

    left: 15px;

    width: 20px;
    height: 30px;

    color: #f47505;
    border: 1px solid #e5e6e7;
    background: #fff;
}
.wrap-product-show .relate-product .slick-arrow.slick-next
{
    right: 15px;
    left: auto;
}
.wrap-product-show .relate-product .slick-arrow:hover
{
    color: #fff;
    border-color: #f47505;
    background-color: #f47505;
}
.wrap-contact .title-contact h2
{
    font-size: 30px;
    line-height: 1.2;
}
@media (max-width: 991px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 24px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .title-contact h2
    {
        font-size: 20x;
    }
}
.wrap-contact .title-contact h2:after
{
    display: block;

    width: 40px;
    height: 3px;
    margin-top: 20px;

    content: '';

    background-color: #f47505;
}
.wrap-contact .title-contact p
{
    line-height: 24px;

    margin: 0;

    color: #666;
}
.wrap-contact .contact .item
{
    line-height: 24px;

    position: relative;

    margin-top: 30px;
    padding-left: 36px;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item
    {
        margin-top: 20px;
    }
}
.wrap-contact .contact .item .icon
{
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    color: #f47505;
}
.wrap-contact .contact .item p
{
    font-size: 16px;

    margin: 0;

    color: #000003;
}
@media (max-width: 767px)
{
    .wrap-contact .contact .item p
    {
        font-size: 14px;
    }
}
.wrap-contact .contact .item p a:hover
{
    text-decoration: underline;
}
.wrap-contact .message
{
    padding: 20px 50px 40px 50px;

    background-color: #f5f5f5;
}
@media (max-width: 1199px)
{
    .wrap-contact .message
    {
        padding: 20px 20px 40px 20px;
    }
}
@media (max-width: 767px)
{
    .wrap-contact .message
    {
        margin-top: 30px;
    }
}
.wrap-contact .message .row
{
    margin: 0 -8px;
}
.wrap-contact .message .row .itembox
{
    padding: 0 8px;
}
.wrap-contact .message form input,
.wrap-contact .message form textarea
{
    font-size: 16px;
    line-height: 28px;

    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;

    resize: vertical;

    border: none;
    border: 1px solid #ddd;
    outline: none;
    background: none;
    background-color: #fff;
}
@media (max-width: 767px)
{
    .wrap-contact .message form input,
    .wrap-contact .message form textarea
    {
        font-size: 14px;
        line-height: 24px;

        margin-top: 10px;
        padding: 8px 10px;
    }
}
.wrap-contact .message form input::-webkit-input-placeholder,
.wrap-contact .message form textarea::-webkit-input-placeholder
{
    color: #b5b5b5;
}
.wrap-contact .message form input:-o-placeholder,
.wrap-contact .message form textarea:-o-placeholder
{
    color: #b5b5b5;
}
.wrap-contact .message form input::-moz-placeholder,
.wrap-contact .message form textarea::-moz-placeholder
{
    color: #b5b5b5;
}
.wrap-contact .message form input:-ms-input-placeholder,
.wrap-contact .message form textarea:-ms-input-placeholder
{
    color: #b5b5b5;
}
.wrap-contact .message form input:focus::-webkit-input-placeholder,
.wrap-contact .message form textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-o-placeholder,
.wrap-contact .message form textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-moz-placeholder,
.wrap-contact .message form textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form input:focus::-ms-input-placeholder,
.wrap-contact .message form textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.wrap-contact .message form .submit
{
    font-size: 16px;
    line-height: 34px;

    margin-top: 20px;
    padding: 0 20px;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #f47505;
}
.wrap-contact .message form .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;
    float: right;

    margin-left: 6px;

    content: '\e624';
    vertical-align: middle;
}
.wrap-contact .wrap-map
{
    margin-top: 50px;
}
.wrap-contact .wrap-map .map-content
{
    height: 420px;
}
@media (max-width: 991px)
{
    .wrap-contact .wrap-map .map-content
    {
        height: 300px;
    }
}
nav
{
    text-align: center;
}
.pagination
{
    margin: 60px 0 0 0;
    padding: 0;
}
@media (max-width: 991px)
{
    .pagination
    {
        margin-top: 30px;
    }
}
.pagination li.prev a,
.pagination li.next a
{
    border-radius: 50%;
    background-color: #dcdcdc;
}
.pagination li.prev a:before,
.pagination li.next a:before
{
    font-family: 'iconfont' !important;
    font-size: 16px;

    display: inline-block;

    content: '\eb60';
}
.pagination li.next a:before
{
    content: '\e625';
}
.pagination li a
{
    line-height: 42px;

    display: block;

    width: 42px;
    height: 42px;
    margin: 0 6px;
    padding: 0;

    -webkit-transition: all .2s;
            transition: all .2s;
    text-align: center;

    color: #333;
    border: none;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
@media (max-width: 991px)
{
    .pagination li a
    {
        line-height: 34px;

        width: 34px;
        height: 34px;
        margin: 0 4px;
    }
}
.pagination li a span
{
    border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover
{
    color: #fff;
    border-color: #f47505;
    border-radius: 50%;
    background-color: #f47505;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #fff;
    border-color: #f47505;
    border-radius: 50%;
    background-color: #f47505;
}
.footer
{
    overflow: hidden;

    color: #fff;
    background-color: #333;
}
@media (max-width: 991px)
{
    .footer
    {
        padding-bottom: 55px;
    }
}
.footer .foot
{
    padding: 50px 0 30px 0;
}
.footer .foot > ul
{
    font-size: 0;
}
@media (min-width: 768px)
{
    .footer .foot > ul
    {
        width: 100%;
        padding: 0;

        text-align: justify;
        text-justify: distribute-all-lines;
    }
    .footer .foot > ul:after
    {
        display: inline-block;
        overflow: hidden;

        width: 100%;
        height: 0;
        margin: 0;

        content: '';
    }
}
.footer .foot > ul > li
{
    font-size: 14px;

    display: inline-block;

    vertical-align: top;
}
@media (max-width: 767px)
{
    .footer .foot > ul > li
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item
    {
        margin-top: 10px;
    }
}
.footer .foot .item .title-foot h3
{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;

    margin: 0;
}
@media (max-width: 1199px)
{
    .footer .foot .item .title-foot h3
    {
        font-size: 20px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item .title-foot h3
    {
        font-size: 18px;
    }
}
.footer .foot .item .info
{
    margin-top: 10px;
}
.footer .foot .item-1
{
    max-width: 380px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-1
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-1
    {
        max-width: 250px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-1
    {
        max-width: 100%;
    }
}
.footer .foot .item-1 p
{
    font-size: 16px;
    line-height: 35px;

    position: relative;

    margin: 0;
    padding-left: 30px;

    color: rgba(255, 255, 255, .85);
}
@media (max-width: 1199px)
{
    .footer .foot .item-1 p
    {
        font-size: 14px;
    }
}
.footer .foot .item-1 p .icon
{
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;
}
.footer .foot .item-1 p a:hover
{
    color: #f47505;
}
.footer .foot .item-2
{
    max-width: 410px;
}
@media (max-width: 1199px)
{
    .footer .foot .item-2
    {
        max-width: 300px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-2
    {
        max-width: 130px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-2
    {
        max-width: 100%;
    }
}
.footer .foot .item-2 .nav
{
    display: inline-block;

    min-width: 200px;

    vertical-align: top;
}
@media (max-width: 1199px)
{
    .footer .foot .item-2 .nav
    {
        min-width: 140px;
    }
}
@media (max-width: 991px)
{
    .footer .foot .item-2 .nav
    {
        min-width: auto;
    }
}
.footer .foot .item-2 a
{
    font-size: 16px;
    line-height: 35px;

    display: block;

    color: rgba(255, 255, 255, .85);
}
@media (max-width: 1199px)
{
    .footer .foot .item-2 a
    {
        font-size: 14px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-2 a
    {
        display: inline-block;

        margin-right: 8px;

        vertical-align: top;
    }
}
.footer .foot .item-2 a:hover
{
    color: #f47505;
}
.footer .foot .item-3
{
    width: 300px;
}
@media (max-width: 991px)
{
    .footer .foot .item-3
    {
        width: 240px;
    }
}
@media (max-width: 767px)
{
    .footer .foot .item-3
    {
        width: 100%;
    }
}
.footer .foot .item-3 input,
.footer .foot .item-3 textarea
{
    font-size: 15px;
    line-height: 20px;

    width: 100%;
    margin-bottom: 8px;
    padding: 6px 10px;

    resize: vertical;

    border: 1px solid #ededed;
    outline: none;
    background: none;
}
@media (max-width: 1199px)
{
    .footer .foot .item-3 input,
    .footer .foot .item-3 textarea
    {
        font-size: 14px;
    }
}
.footer .foot .item-3 input::-webkit-input-placeholder,
.footer .foot .item-3 textarea::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.footer .foot .item-3 input:-o-placeholder,
.footer .foot .item-3 textarea:-o-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.footer .foot .item-3 input::-moz-placeholder,
.footer .foot .item-3 textarea::-moz-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.footer .foot .item-3 input:-ms-input-placeholder,
.footer .foot .item-3 textarea:-ms-input-placeholder
{
    color: rgba(255, 255, 255, .5);
}
.footer .foot .item-3 input:focus::-webkit-input-placeholder,
.footer .foot .item-3 textarea:focus::-webkit-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-3 input:focus::-o-placeholder,
.footer .foot .item-3 textarea:focus::-o-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-3 input:focus::-moz-placeholder,
.footer .foot .item-3 textarea:focus::-moz-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item-3 input:focus::-ms-input-placeholder,
.footer .foot .item-3 textarea:focus::-ms-input-placeholder
{
    color: #c5c5c5;
}
.footer .foot .item .submit
{
    font-size: 16px;
    line-height: 34px;

    padding: 0 20px;

    color: #fff;
    border-radius: 0;
    outline: none;
    background-color: #f47505;
}
.footer .foot .item .submit:after
{
    font-family: 'iconfont' !important;
    font-size: 20px;

    display: inline-block;
    float: right;

    margin-left: 6px;

    content: '\e624';
    vertical-align: middle;
}
.footer .copyright
{
    line-height: 30px;

    overflow: hidden;

    padding: 12px 0;

    text-align: center;

    background-color: #232323;
}
@media (max-width: 1199px)
{
    .footer .copyright
    {
        margin-top: 20px;
        padding: 10px 0;
    }
}
@media (max-width: 767px)
{
    .footer .copyright
    {
        line-height: 22px;
    }
}
.footer .copyright p
{
    display: inline-block;

    margin: 0;
}
@media (max-width: 767px)
{
    .footer .copyright p
    {
        font-size: 13px;
        line-height: 24px;

        display: block;
    }
}
.footer .copyright p a:hover
{
    text-decoration: underline;
}
.footer .copyright span
{
    display: inline-block;

    margin: 0 4px;

    vertical-align: middle;
}
.footer .copyright a.sitemap
{
    font-size: 16px;

    margin-left: 20px;

    text-decoration: underline;
}
@media (max-width: 767px)
{
    .footer .copyright a.sitemap
    {
        font-size: 14px;

        float: none;
    }
}
.footer .copyright a.sitemap:hover
{
    color: #f47505;
}
@media (max-width: 1199px)
{
    .skiptranslate iframe
    {
        display: none;
    }
    .google-translation .skiptranslate
    {
        display: inline-block;
    }
    body
    {
        top: 0 !important;
    }
}
.map-content label
{
    line-height: 30px !important;

    max-width: 200px;
    padding: 0 10px !important;

    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.wow
{
    visibility: visible !important;
}
.banner .slick-list
{
    position: relative;
    z-index: 2;
}
.box-advantage{
	background: url(../images/advantage_bg.jpg) no-repeat top  center;
	-webkit-background-size: cover;
	background-size: cover;
}